Main{-pfe/pfeclient.hs-}

Plain source file: pfe/pfeclient.hs (2003-09-27)

import System(getArgs)
import PfeSocket(connectToPFE,pfeClient)
import ImpUtils()

main =
  do h <- connectToPFE "hi"
     args <- getArgs
     pfeClient h args

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)